Html Css Color HEX #1CB41B Lime Green

📋 copy color: '#1CB41B'

red 28 ◦ green 180 ◦ blue 27

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

Shades of Lime Green #1CB41B

Tints of Lime Green #1CB41B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 76.6%

 BLUE value IS 27 (10.94% from 255) = 11.49%

R = 11.91%
G = 76.6%
B = 11.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#1CB41B (or 0x1CB41B) is known color: Lime Green. HEX triplet: 1C, B4 and 1B. RGB value is (28,180,27). Sum of RGB (Red+Green+Blue) = 28+180+27=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 180 (70.70% from 255 or 76.60% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB41B is #E34BE4. Grayscale: #757575. Windows color (decimal): -14896101 or 1815580. OLE color: 1815580.

HSL color Cylindrical-coordinate representation of color #1CB41B: hue angle of 119.61º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB41B is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 180 27 -
CMYK 0.84 0 0.85 0.29
HSL 119.61º 0.74% 0.41% -
HSV(B) 119.61º 0.85% 0.71% -
XYZ 17 32.97 6.5 -
YUV 117.11 77.14 64.44 -
System Red Green Blue C M Y K H S L
Decimal 28 180 27 0.84 0 0.85 0.29 119.61 0.74 0.41
Hex 1C B4 1B 54 0 55 1D 78 4A 29
Octal 34 264 33 124 0 125 35 170 112 51
Binary 11100 10110100 11011 1010100 0 1010101 11101 1111000 1001010 101001

Color Harmonies of #1CB41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB41B

Black with #1CB41B

Text Example


Text Example

White with #1CB41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,180,27); }

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

background-color css

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

 a { background-color: rgb(28,180,27); }

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

border-color css

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

 span { border-color: rgb(28,180,27); }

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