Html Css Color HEX #2ACF0D Lime Green

📋 copy color: '#2ACF0D'

red 42 ◦ green 207 ◦ blue 13

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

Shades of Lime Green #2ACF0D

Tints of Lime Green #2ACF0D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 79.01%

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 16.03%
G = 79.01%
B = 4.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#2ACF0D (or 0x2ACF0D) is known color: Lime Green. HEX triplet: 2A, CF and 0D. RGB value is (42,207,13). Sum of RGB (Red+Green+Blue) = 42+207+13=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 207 (81.25% from 255 or 79.01% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACF0D is #D530F2. Grayscale: #888888. Windows color (decimal): -13971699 or 905002. OLE color: 905002.

HSL color Cylindrical-coordinate representation of color #2ACF0D: hue angle of 111.03º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2ACF0D is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 207 13 -
CMYK 0.80 0 0.94 0.19
HSL 111.03º 0.88% 0.43% -
HSV(B) 111.03º 0.94% 0.81% -
XYZ 23.34 45.15 7.86 -
YUV 135.55 58.84 61.27 -
System Red Green Blue C M Y K H S L
Decimal 42 207 13 0.80 0 0.94 0.19 111.03 0.88 0.43
Hex 2A CF D 50 0 5E 13 6F 58 2B
Octal 52 317 15 120 0 136 23 157 130 53
Binary 101010 11001111 1101 1010000 0 1011110 10011 1101111 1011000 101011

Color Harmonies of #2ACF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACF0D

Black with #2ACF0D

Text Example


Text Example

White with #2ACF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,207,13); }

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

background-color css

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

 a { background-color: rgb(42,207,13); }

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

border-color css

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

 span { border-color: rgb(42,207,13); }

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