Html Css Color HEX #2CCB1D Lime Green

📋 copy color: '#2CCB1D'

red 44 ◦ green 203 ◦ blue 29

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

Shades of Lime Green #2CCB1D

Tints of Lime Green #2CCB1D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 73.55%

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 15.94%
G = 73.55%
B = 10.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#2CCB1D (or 0x2CCB1D) is known color: Lime Green. HEX triplet: 2C, CB and 1D. RGB value is (44,203,29). Sum of RGB (Red+Green+Blue) = 44+203+29=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 203 (79.69% from 255 or 73.55% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCB1D is #D334E2. Grayscale: #888888. Windows color (decimal): -13841635 or 1952556. OLE color: 1952556.

HSL color Cylindrical-coordinate representation of color #2CCB1D: hue angle of 114.83º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CCB1D is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 203 29 -
CMYK 0.78 0 0.86 0.20
HSL 114.83º 0.75% 0.45% -
HSV(B) 114.83º 0.86% 0.8% -
XYZ 22.62 43.34 8.34 -
YUV 135.62 67.82 62.65 -
System Red Green Blue C M Y K H S L
Decimal 44 203 29 0.78 0 0.86 0.20 114.83 0.75 0.45
Hex 2C CB 1D 4E 0 56 14 73 4B 2D
Octal 54 313 35 116 0 126 24 163 113 55
Binary 101100 11001011 11101 1001110 0 1010110 10100 1110011 1001011 101101

Color Harmonies of #2CCB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCB1D

Black with #2CCB1D

Text Example


Text Example

White with #2CCB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,203,29); }

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

background-color css

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

 a { background-color: rgb(44,203,29); }

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

border-color css

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

 span { border-color: rgb(44,203,29); }

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