Html Css Color HEX #1CBF1A Lime Green

📋 copy color: '#1CBF1A'

red 28 ◦ green 191 ◦ blue 26

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

Shades of Lime Green #1CBF1A

Tints of Lime Green #1CBF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 11.43%
G = 77.96%
B = 10.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#1CBF1A (or 0x1CBF1A) is known color: Lime Green. HEX triplet: 1C, BF and 1A. RGB value is (28,191,26). Sum of RGB (Red+Green+Blue) = 28+191+26=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBF1A is #E340E5. Grayscale: #7B7B7B. Windows color (decimal): -14893286 or 1752860. OLE color: 1752860.

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

Color convert

RGB 28 191 26 -
CMYK 0.85 0 0.86 0.25
HSL 119.27º 0.76% 0.43% -
HSV(B) 119.27º 0.86% 0.75% -
XYZ 19.3 37.58 7.21 -
YUV 123.45 73 59.92 -
System Red Green Blue C M Y K H S L
Decimal 28 191 26 0.85 0 0.86 0.25 119.27 0.76 0.43
Hex 1C BF 1A 55 0 56 19 77 4C 2B
Octal 34 277 32 125 0 126 31 167 114 53
Binary 11100 10111111 11010 1010101 0 1010110 11001 1110111 1001100 101011

Color Harmonies of #1CBF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBF1A

Black with #1CBF1A

Text Example


Text Example

White with #1CBF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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