Html Css Color HEX #30CB32 Lime Green

📋 copy color: '#30CB32'

red 48 ◦ green 203 ◦ blue 50

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

Shades of Lime Green #30CB32

Tints of Lime Green #30CB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 15.95%
G = 67.44%
B = 16.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#30CB32 (or 0x30CB32) is known color: Lime Green. HEX triplet: 30, CB and 32. RGB value is (48,203,50). Sum of RGB (Red+Green+Blue) = 48+203+50=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 203 (79.69% from 255 or 67.44% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CB32 is #CF34CD. Grayscale: #8B8B8B. Windows color (decimal): -13579470 or 3328816. OLE color: 3328816.

HSL color Cylindrical-coordinate representation of color #30CB32: hue angle of 120.77º 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 #30CB32 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 203 50 -
CMYK 0.76 0 0.75 0.20
HSL 120.77º 0.62% 0.49% -
HSV(B) 120.77º 0.76% 0.8% -
XYZ 23.15 43.57 10.21 -
YUV 139.21 77.65 62.94 -
System Red Green Blue C M Y K H S L
Decimal 48 203 50 0.76 0 0.75 0.20 120.77 0.62 0.49
Hex 30 CB 32 4C 0 4B 14 79 3E 31
Octal 60 313 62 114 0 113 24 171 76 61
Binary 110000 11001011 110010 1001100 0 1001011 10100 1111001 111110 110001

Color Harmonies of #30CB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CB32

Black with #30CB32

Text Example


Text Example

White with #30CB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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