Html Css Color HEX #2DCE26 Lime Green

📋 copy color: '#2DCE26'

red 45 ◦ green 206 ◦ blue 38

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

Shades of Lime Green #2DCE26

Tints of Lime Green #2DCE26

RGB

 RED value IS 45 (17.97% from 255) = 15.57%

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

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

R = 15.57%
G = 71.28%
B = 13.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#2DCE26 (or 0x2DCE26) is known color: Lime Green. HEX triplet: 2D, CE and 26. RGB value is (45,206,38). Sum of RGB (Red+Green+Blue) = 45+206+38=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 206 (80.86% from 255 or 71.28% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE26 is #D231D9. Grayscale: #8B8B8B. Windows color (decimal): -13775322 or 2543149. OLE color: 2543149.

HSL color Cylindrical-coordinate representation of color #2DCE26: hue angle of 117.5º 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 #2DCE26 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 206 38 -
CMYK 0.78 0 0.82 0.19
HSL 117.5º 0.69% 0.48% -
HSV(B) 117.5º 0.82% 0.81% -
XYZ 23.5 44.84 9.25 -
YUV 138.71 71.16 61.16 -
System Red Green Blue C M Y K H S L
Decimal 45 206 38 0.78 0 0.82 0.19 117.5 0.69 0.48
Hex 2D CE 26 4E 0 52 13 76 45 30
Octal 55 316 46 116 0 122 23 166 105 60
Binary 101101 11001110 100110 1001110 0 1010010 10011 1110110 1000101 110000

Color Harmonies of #2DCE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE26

Black with #2DCE26

Text Example


Text Example

White with #2DCE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DCE26; }

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

 H1.HeaderClassName
 {
   color: #2DCE26;
 }
 .AnyTagClassName
 {
   color: #2DCE26;
 }
</style>

background-color css

<style>
 a { background-color: #2DCE26; }

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

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

border-color css

<style>
 span { border-color: #2DCE26; }

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

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