Html Css Color HEX #2CDE35 Lime Green

📋 copy color: '#2CDE35'

red 44 ◦ green 222 ◦ blue 53

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

Shades of Lime Green #2CDE35

Tints of Lime Green #2CDE35

RGB

 RED value IS 44 (17.58% from 255) = 13.79%

 GREEN value IS 222 (87.11% from 255) = 69.59%

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 13.79%
G = 69.59%
B = 16.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#2CDE35 (or 0x2CDE35) is known color: Lime Green. HEX triplet: 2C, DE and 35. RGB value is (44,222,53). Sum of RGB (Red+Green+Blue) = 44+222+53=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 222 (87.11% from 255 or 69.59% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDE35 is #D321CA. Grayscale: #969696. Windows color (decimal): -13836747 or 3530284. OLE color: 3530284.

HSL color Cylindrical-coordinate representation of color #2CDE35: hue angle of 123.03º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDE35 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 222 53 -
CMYK 0.80 0 0.76 0.13
HSL 123.03º 0.73% 0.52% -
HSV(B) 123.03º 0.8% 0.87% -
XYZ 27.8 53.04 12.14 -
YUV 149.51 73.53 52.74 -
System Red Green Blue C M Y K H S L
Decimal 44 222 53 0.80 0 0.76 0.13 123.03 0.73 0.52
Hex 2C DE 35 50 0 4C D 7B 49 34
Octal 54 336 65 120 0 114 15 173 111 64
Binary 101100 11011110 110101 1010000 0 1001100 1101 1111011 1001001 110100

Color Harmonies of #2CDE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDE35

Black with #2CDE35

Text Example


Text Example

White with #2CDE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,222,53); }

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

background-color css

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

 a { background-color: rgb(44,222,53); }

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

border-color css

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

 span { border-color: rgb(44,222,53); }

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