Html Css Color HEX #30CB4B Lime Green

📋 copy color: '#30CB4B'

red 48 ◦ green 203 ◦ blue 75

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

Shades of Lime Green #30CB4B

Tints of Lime Green #30CB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 14.72%
G = 62.27%
B = 23.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#30CB4B (or 0x30CB4B) is known color: Lime Green. HEX triplet: 30, CB and 4B. RGB value is (48,203,75). Sum of RGB (Red+Green+Blue) = 48+203+75=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CB4B is #CF34B4. Grayscale: #8E8E8E. Windows color (decimal): -13579445 or 4967216. OLE color: 4967216.

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

Color convert

RGB 48 203 75 -
CMYK 0.76 0 0.63 0.20
HSL 130.45º 0.62% 0.49% -
HSV(B) 130.45º 0.76% 0.8% -
XYZ 23.84 43.85 13.86 -
YUV 142.06 90.15 60.91 -
System Red Green Blue C M Y K H S L
Decimal 48 203 75 0.76 0 0.63 0.20 130.45 0.62 0.49
Hex 30 CB 4B 4C 0 3F 14 82 3E 31
Octal 60 313 113 114 0 77 24 202 76 61
Binary 110000 11001011 1001011 1001100 0 111111 10100 10000010 111110 110001

Color Harmonies of #30CB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CB4B

Black with #30CB4B

Text Example


Text Example

White with #30CB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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