Html Css Color HEX #1CBF2A Lime Green

📋 copy color: '#1CBF2A'

red 28 ◦ green 191 ◦ blue 42

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

Shades of Lime Green #1CBF2A

Tints of Lime Green #1CBF2A

RGB

 RED value IS 28 (11.33% from 255) = 10.73%

 GREEN value IS 191 (75% from 255) = 73.18%

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 10.73%
G = 73.18%
B = 16.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#1CBF2A (or 0x1CBF2A) is known color: Lime Green. HEX triplet: 1C, BF and 2A. RGB value is (28,191,42). Sum of RGB (Red+Green+Blue) = 28+191+42=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBF2A is #E340D5. Grayscale: #7D7D7D. Windows color (decimal): -14893270 or 2801436. OLE color: 2801436.

HSL color Cylindrical-coordinate representation of color #1CBF2A: hue angle of 125.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBF2A is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 191 42 -
CMYK 0.85 0 0.78 0.25
HSL 125.15º 0.74% 0.43% -
HSV(B) 125.15º 0.85% 0.75% -
XYZ 19.53 37.68 8.43 -
YUV 125.28 81 58.62 -
System Red Green Blue C M Y K H S L
Decimal 28 191 42 0.85 0 0.78 0.25 125.15 0.74 0.43
Hex 1C BF 2A 55 0 4E 19 7D 4A 2B
Octal 34 277 52 125 0 116 31 175 112 53
Binary 11100 10111111 101010 1010101 0 1001110 11001 1111101 1001010 101011

Color Harmonies of #1CBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBF2A

Black with #1CBF2A

Text Example


Text Example

White with #1CBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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