Html Css Color HEX #2ACB1C Lime Green

📋 copy color: '#2ACB1C'

red 42 ◦ green 203 ◦ blue 28

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

Shades of Lime Green #2ACB1C

Tints of Lime Green #2ACB1C

RGB

 RED value IS 42 (16.8% from 255) = 15.38%

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 15.38%
G = 74.36%
B = 10.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#2ACB1C (or 0x2ACB1C) is known color: Lime Green. HEX triplet: 2A, CB and 1C. RGB value is (42,203,28). Sum of RGB (Red+Green+Blue) = 42+203+28=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACB1C is #D534E3. Grayscale: #878787. Windows color (decimal): -13972708 or 1887018. OLE color: 1887018.

HSL color Cylindrical-coordinate representation of color #2ACB1C: hue angle of 115.2º degrees, saturation: 0.76, 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 #2ACB1C is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 203 28 -
CMYK 0.79 0 0.86 0.20
HSL 115.2º 0.76% 0.45% -
HSV(B) 115.2º 0.86% 0.8% -
XYZ 22.52 43.29 8.27 -
YUV 134.91 67.66 61.73 -
System Red Green Blue C M Y K H S L
Decimal 42 203 28 0.79 0 0.86 0.20 115.2 0.76 0.45
Hex 2A CB 1C 4F 0 56 14 73 4C 2D
Octal 52 313 34 117 0 126 24 163 114 55
Binary 101010 11001011 11100 1001111 0 1010110 10100 1110011 1001100 101101

Color Harmonies of #2ACB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACB1C

Black with #2ACB1C

Text Example


Text Example

White with #2ACB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,203,28); }

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

background-color css

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

 a { background-color: rgb(42,203,28); }

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

border-color css

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

 span { border-color: rgb(42,203,28); }

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