Html Css Color HEX #2CEB2D Lime Green

📋 copy color: '#2CEB2D'

red 44 ◦ green 235 ◦ blue 45

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

Shades of Lime Green #2CEB2D

Tints of Lime Green #2CEB2D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 72.53%

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 13.58%
G = 72.53%
B = 13.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#2CEB2D (or 0x2CEB2D) is known color: Lime Green. HEX triplet: 2C, EB and 2D. RGB value is (44,235,45). Sum of RGB (Red+Green+Blue) = 44+235+45=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 235 (92.19% from 255 or 72.53% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEB2D is #D314D2. Grayscale: #9C9C9C. Windows color (decimal): -13833427 or 3009324. OLE color: 3009324.

HSL color Cylindrical-coordinate representation of color #2CEB2D: hue angle of 120.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEB2D is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 235 45 -
CMYK 0.81 0 0.81 0.08
HSL 120.31º 0.83% 0.55% -
HSV(B) 120.31º 0.81% 0.92% -
XYZ 31.22 60.14 12.45 -
YUV 156.23 65.22 47.95 -
System Red Green Blue C M Y K H S L
Decimal 44 235 45 0.81 0 0.81 0.08 120.31 0.83 0.55
Hex 2C EB 2D 51 0 51 8 78 53 37
Octal 54 353 55 121 0 121 10 170 123 67
Binary 101100 11101011 101101 1010001 0 1010001 1000 1111000 1010011 110111

Color Harmonies of #2CEB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEB2D

Black with #2CEB2D

Text Example


Text Example

White with #2CEB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,235,45); }

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

background-color css

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

 a { background-color: rgb(44,235,45); }

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

border-color css

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

 span { border-color: rgb(44,235,45); }

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