Html Css Color HEX #1BCC28 Lime Green

📋 copy color: '#1BCC28'

red 27 ◦ green 204 ◦ blue 40

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

Shades of Lime Green #1BCC28

Tints of Lime Green #1BCC28

RGB

 RED value IS 27 (10.94% from 255) = 9.96%

 GREEN value IS 204 (80.08% from 255) = 75.28%

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 9.96%
G = 75.28%
B = 14.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#1BCC28 (or 0x1BCC28) is known color: Lime Green. HEX triplet: 1B, CC and 28. RGB value is (27,204,40). Sum of RGB (Red+Green+Blue) = 27+204+40=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC28 is #E433D7. Grayscale: #848484. Windows color (decimal): -14955480 or 2673691. OLE color: 2673691.

HSL color Cylindrical-coordinate representation of color #1BCC28: hue angle of 124.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCC28 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 27 204 40 -
CMYK 0.87 0 0.80 0.2
HSL 124.41º 0.77% 0.45% -
HSV(B) 124.41º 0.87% 0.8% -
XYZ 22.43 43.57 9.24 -
YUV 132.38 75.86 52.84 -
System Red Green Blue C M Y K H S L
Decimal 27 204 40 0.87 0 0.80 0.2 124.41 0.77 0.45
Hex 1B CC 28 57 0 50 14 7C 4D 2D
Octal 33 314 50 127 0 120 24 174 115 55
Binary 11011 11001100 101000 1010111 0 1010000 10100 1111100 1001101 101101

Color Harmonies of #1BCC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCC28

Black with #1BCC28

Text Example


Text Example

White with #1BCC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,204,40); }

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

background-color css

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

 a { background-color: rgb(27,204,40); }

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

border-color css

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

 span { border-color: rgb(27,204,40); }

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