Html Css Color HEX #30CE42 Lime Green

📋 copy color: '#30CE42'

red 48 ◦ green 206 ◦ blue 66

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

Shades of Lime Green #30CE42

Tints of Lime Green #30CE42

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.38%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 15%
G = 64.38%
B = 20.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#30CE42 (or 0x30CE42) is known color: Lime Green. HEX triplet: 30, CE and 42. RGB value is (48,206,66). Sum of RGB (Red+Green+Blue) = 48+206+66=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE42 is #CF31BD. Grayscale: #8F8F8F. Windows color (decimal): -13578686 or 4378160. OLE color: 4378160.

HSL color Cylindrical-coordinate representation of color #30CE42: hue angle of 126.84º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE42 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 66 -
CMYK 0.77 0 0.68 0.19
HSL 126.84º 0.62% 0.5% -
HSV(B) 126.84º 0.77% 0.81% -
XYZ 24.27 45.16 12.59 -
YUV 142.8 84.65 60.38 -
System Red Green Blue C M Y K H S L
Decimal 48 206 66 0.77 0 0.68 0.19 126.84 0.62 0.5
Hex 30 CE 42 4D 0 44 13 7F 3E 32
Octal 60 316 102 115 0 104 23 177 76 62
Binary 110000 11001110 1000010 1001101 0 1000100 10011 1111111 111110 110010

Color Harmonies of #30CE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE42

Black with #30CE42

Text Example


Text Example

White with #30CE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,206,66); }

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

background-color css

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

 a { background-color: rgb(48,206,66); }

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

border-color css

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

 span { border-color: rgb(48,206,66); }

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