Html Css Color HEX #30CB43 Lime Green

📋 copy color: '#30CB43'

red 48 ◦ green 203 ◦ blue 67

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

Shades of Lime Green #30CB43

Tints of Lime Green #30CB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.07%

R = 15.09%
G = 63.84%
B = 21.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#30CB43 (or 0x30CB43) is known color: Lime Green. HEX triplet: 30, CB and 43. RGB value is (48,203,67). Sum of RGB (Red+Green+Blue) = 48+203+67=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 203 (79.69% from 255 or 63.84% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CB43 is #CF34BC. Grayscale: #8D8D8D. Windows color (decimal): -13579453 or 4442928. OLE color: 4442928.

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

Color convert

RGB 48 203 67 -
CMYK 0.76 0 0.67 0.20
HSL 127.35º 0.62% 0.49% -
HSV(B) 127.35º 0.76% 0.8% -
XYZ 23.59 43.75 12.51 -
YUV 141.15 86.15 61.56 -
System Red Green Blue C M Y K H S L
Decimal 48 203 67 0.76 0 0.67 0.20 127.35 0.62 0.49
Hex 30 CB 43 4C 0 43 14 7F 3E 31
Octal 60 313 103 114 0 103 24 177 76 61
Binary 110000 11001011 1000011 1001100 0 1000011 10100 1111111 111110 110001

Color Harmonies of #30CB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CB43

Black with #30CB43

Text Example


Text Example

White with #30CB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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