Html Css Color HEX #30CE26 Lime Green

📋 copy color: '#30CE26'

red 48 ◦ green 206 ◦ blue 38

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

Shades of Lime Green #30CE26

Tints of Lime Green #30CE26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 16.44%
G = 70.55%
B = 13.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#30CE26 (or 0x30CE26) is known color: Lime Green. HEX triplet: 30, CE and 26. RGB value is (48,206,38). Sum of RGB (Red+Green+Blue) = 48+206+38=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 206 (80.86% from 255 or 70.55% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE26 is #CF31D9. Grayscale: #8C8C8C. Windows color (decimal): -13578714 or 2543152. OLE color: 2543152.

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

Color convert

RGB 48 206 38 -
CMYK 0.77 0 0.82 0.19
HSL 116.43º 0.69% 0.48% -
HSV(B) 116.43º 0.82% 0.81% -
XYZ 23.64 44.91 9.26 -
YUV 139.61 70.65 62.66 -
System Red Green Blue C M Y K H S L
Decimal 48 206 38 0.77 0 0.82 0.19 116.43 0.69 0.48
Hex 30 CE 26 4D 0 52 13 74 45 30
Octal 60 316 46 115 0 122 23 164 105 60
Binary 110000 11001110 100110 1001101 0 1010010 10011 1110100 1000101 110000

Color Harmonies of #30CE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE26

Black with #30CE26

Text Example


Text Example

White with #30CE26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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