Html Css Color HEX #30CE29 Lime Green

📋 copy color: '#30CE29'

red 48 ◦ green 206 ◦ blue 41

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

Shades of Lime Green #30CE29

Tints of Lime Green #30CE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 16.27%
G = 69.83%
B = 13.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#30CE29 (or 0x30CE29) is known color: Lime Green. HEX triplet: 30, CE and 29. RGB value is (48,206,41). Sum of RGB (Red+Green+Blue) = 48+206+41=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 206 (80.86% from 255 or 69.83% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE29 is #CF31D6. Grayscale: #8C8C8C. Windows color (decimal): -13578711 or 2739760. OLE color: 2739760.

HSL color Cylindrical-coordinate representation of color #30CE29: hue angle of 117.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30CE29 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 41 -
CMYK 0.77 0 0.80 0.19
HSL 117.45º 0.67% 0.48% -
HSV(B) 117.45º 0.8% 0.81% -
XYZ 23.69 44.93 9.52 -
YUV 139.95 72.15 62.42 -
System Red Green Blue C M Y K H S L
Decimal 48 206 41 0.77 0 0.80 0.19 117.45 0.67 0.48
Hex 30 CE 29 4D 0 50 13 75 43 30
Octal 60 316 51 115 0 120 23 165 103 60
Binary 110000 11001110 101001 1001101 0 1010000 10011 1110101 1000011 110000

Color Harmonies of #30CE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE29

Black with #30CE29

Text Example


Text Example

White with #30CE29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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