Html Css Color HEX #30CB36 Lime Green

📋 copy color: '#30CB36'

red 48 ◦ green 203 ◦ blue 54

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

Shades of Lime Green #30CB36

Tints of Lime Green #30CB36

RGB

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

 GREEN value IS 203 (79.69% from 255) = 66.56%

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 15.74%
G = 66.56%
B = 17.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#30CB36 (or 0x30CB36) is known color: Lime Green. HEX triplet: 30, CB and 36. RGB value is (48,203,54). Sum of RGB (Red+Green+Blue) = 48+203+54=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 203 (79.69% from 255 or 66.56% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CB36 is #CF34C9. Grayscale: #8C8C8C. Windows color (decimal): -13579466 or 3590960. OLE color: 3590960.

HSL color Cylindrical-coordinate representation of color #30CB36: hue angle of 122.32º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB36 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 203 54 -
CMYK 0.76 0 0.73 0.20
HSL 122.32º 0.62% 0.49% -
HSV(B) 122.32º 0.76% 0.8% -
XYZ 23.24 43.61 10.68 -
YUV 139.67 79.65 62.62 -
System Red Green Blue C M Y K H S L
Decimal 48 203 54 0.76 0 0.73 0.20 122.32 0.62 0.49
Hex 30 CB 36 4C 0 49 14 7A 3E 31
Octal 60 313 66 114 0 111 24 172 76 61
Binary 110000 11001011 110110 1001100 0 1001001 10100 1111010 111110 110001

Color Harmonies of #30CB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CB36

Black with #30CB36

Text Example


Text Example

White with #30CB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,203,54); }

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

background-color css

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

 a { background-color: rgb(48,203,54); }

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

border-color css

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

 span { border-color: rgb(48,203,54); }

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