Html Css Color HEX #2CB023 Lime Green

📋 copy color: '#2CB023'

red 44 ◦ green 176 ◦ blue 35

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

Shades of Lime Green #2CB023

Tints of Lime Green #2CB023

RGB

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

 GREEN value IS 176 (69.14% from 255) = 69.02%

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 17.25%
G = 69.02%
B = 13.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#2CB023 (or 0x2CB023) is known color: Lime Green. HEX triplet: 2C, B0 and 23. RGB value is (44,176,35). Sum of RGB (Red+Green+Blue) = 44+176+35=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 176 (69.14% from 255 or 69.02% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB023 is #D34FDC. Grayscale: #787878. Windows color (decimal): -13848541 or 2338860. OLE color: 2338860.

HSL color Cylindrical-coordinate representation of color #2CB023: hue angle of 116.17º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CB023 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 176 35 -
CMYK 0.75 0 0.80 0.31
HSL 116.17º 0.67% 0.41% -
HSV(B) 116.17º 0.8% 0.69% -
XYZ 16.87 31.71 6.82 -
YUV 120.46 79.77 73.46 -
System Red Green Blue C M Y K H S L
Decimal 44 176 35 0.75 0 0.80 0.31 116.17 0.67 0.41
Hex 2C B0 23 4B 0 50 1F 74 43 29
Octal 54 260 43 113 0 120 37 164 103 51
Binary 101100 10110000 100011 1001011 0 1010000 11111 1110100 1000011 101001

Color Harmonies of #2CB023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB023

Black with #2CB023

Text Example


Text Example

White with #2CB023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,176,35); }

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

background-color css

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

 a { background-color: rgb(44,176,35); }

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

border-color css

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

 span { border-color: rgb(44,176,35); }

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