Html Css Color HEX #30F32C Lime Green

📋 copy color: '#30F32C'

red 48 ◦ green 243 ◦ blue 44

#30F32C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #30F32C

Tints of Lime Green #30F32C

RGB

 RED value IS 48 (19.14% from 255) = 14.33%

 GREEN value IS 243 (95.31% from 255) = 72.54%

 BLUE value IS 44 (17.58% from 255) = 13.13%

R = 14.33%
G = 72.54%
B = 13.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30F32C (or 0x30F32C) is known color: Lime Green. HEX triplet: 30, F3 and 2C. RGB value is (48,243,44). Sum of RGB (Red+Green+Blue) = 48+243+44=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 243 (95.31% from 255 or 72.54% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 243 - color contains mainly: green. Hex color #30F32C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F32C is #CF0CD3. Grayscale: #A2A2A2. Windows color (decimal): -13569236 or 2945840. OLE color: 2945840.

HSL color Cylindrical-coordinate representation of color #30F32C: hue angle of 118.79º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30F32C is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 243 44 -
CMYK 0.80 0 0.82 0.05
HSL 118.79º 0.89% 0.56% -
HSV(B) 118.79º 0.82% 0.95% -
XYZ 33.72 64.91 13.13 -
YUV 162.01 61.4 46.68 -
System Red Green Blue C M Y K H S L
Decimal 48 243 44 0.80 0 0.82 0.05 118.79 0.89 0.56
Hex 30 F3 2C 50 0 52 5 77 59 38
Octal 60 363 54 120 0 122 5 167 131 70
Binary 110000 11110011 101100 1010000 0 1010010 101 1110111 1011001 111000

Color Harmonies of #30F32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F32C

Black with #30F32C

Text Example


Text Example

White with #30F32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30F32C; }

 p { color: rgb(48,243,44); }

 H1.HeaderClassName
 {
   color: #30F32C;
 }
 .AnyTagClassName
 {
   color: #30F32C;
 }
</style>

background-color css

<style>
 a { background-color: #30F32C; }

 a { background-color: rgb(48,243,44); }

 div.DivClassName
 {
   background-color: #30F32C;
 }
 .BgClassName
 {
   background-color: #30F32C;
 }
</style>

border-color css

<style>
 span { border-color: #30F32C; }

 span { border-color: rgb(48,243,44); }

 td.TdClassName
 {
   border-color: #30F32C;
 }
 .TagClassName
 {
   border-color: #30F32C;
 }
</style>