Html Css Color HEX #1ACF2D Lime Green

📋 copy color: '#1ACF2D'

red 26 ◦ green 207 ◦ blue 45

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

Shades of Lime Green #1ACF2D

Tints of Lime Green #1ACF2D

RGB

 RED value IS 26 (10.55% from 255) = 9.35%

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

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

R = 9.35%
G = 74.46%
B = 16.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#1ACF2D (or 0x1ACF2D) is known color: Lime Green. HEX triplet: 1A, CF and 2D. RGB value is (26,207,45). Sum of RGB (Red+Green+Blue) = 26+207+45=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 207 (81.25% from 255 or 74.46% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF2D is #E530D2. Grayscale: #868686. Windows color (decimal): -15020243 or 3002138. OLE color: 3002138.

HSL color Cylindrical-coordinate representation of color #1ACF2D: hue angle of 126.3º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACF2D is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 207 45 -
CMYK 0.87 0 0.78 0.19
HSL 126.3º 0.78% 0.46% -
HSV(B) 126.3º 0.87% 0.81% -
XYZ 23.21 45.03 9.95 -
YUV 134.41 77.53 50.67 -
System Red Green Blue C M Y K H S L
Decimal 26 207 45 0.87 0 0.78 0.19 126.3 0.78 0.46
Hex 1A CF 2D 57 0 4E 13 7E 4E 2E
Octal 32 317 55 127 0 116 23 176 116 56
Binary 11010 11001111 101101 1010111 0 1001110 10011 1111110 1001110 101110

Color Harmonies of #1ACF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACF2D

Black with #1ACF2D

Text Example


Text Example

White with #1ACF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ACF2D; }

 p { color: rgb(26,207,45); }

 H1.HeaderClassName
 {
   color: #1ACF2D;
 }
 .AnyTagClassName
 {
   color: #1ACF2D;
 }
</style>

background-color css

<style>
 a { background-color: #1ACF2D; }

 a { background-color: rgb(26,207,45); }

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

border-color css

<style>
 span { border-color: #1ACF2D; }

 span { border-color: rgb(26,207,45); }

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