Html Css Color HEX #2DCF26 Lime Green

📋 copy color: '#2DCF26'

red 45 ◦ green 207 ◦ blue 38

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

Shades of Lime Green #2DCF26

Tints of Lime Green #2DCF26

RGB

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

 GREEN value IS 207 (81.25% from 255) = 71.38%

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

R = 15.52%
G = 71.38%
B = 13.1%

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

#2DCF26 (or 0x2DCF26) is known color: Lime Green. HEX triplet: 2D, CF and 26. RGB value is (45,207,38). Sum of RGB (Red+Green+Blue) = 45+207+38=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 207 (81.25% from 255 or 71.38% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF26 is #D230D9. Grayscale: #8B8B8B. Windows color (decimal): -13775066 or 2543405. OLE color: 2543405.

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

Color convert

RGB 45 207 38 -
CMYK 0.78 0 0.82 0.19
HSL 117.51º 0.69% 0.48% -
HSV(B) 117.51º 0.82% 0.81% -
XYZ 23.74 45.32 9.33 -
YUV 139.3 70.83 60.74 -
System Red Green Blue C M Y K H S L
Decimal 45 207 38 0.78 0 0.82 0.19 117.51 0.69 0.48
Hex 2D CF 26 4E 0 52 13 76 45 30
Octal 55 317 46 116 0 122 23 166 105 60
Binary 101101 11001111 100110 1001110 0 1010010 10011 1110110 1000101 110000

Color Harmonies of #2DCF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF26

Black with #2DCF26

Text Example


Text Example

White with #2DCF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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