Html Css Color HEX #1BCE2A Lime Green

📋 copy color: '#1BCE2A'

red 27 ◦ green 206 ◦ blue 42

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

Shades of Lime Green #1BCE2A

Tints of Lime Green #1BCE2A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 74.91%

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

R = 9.82%
G = 74.91%
B = 15.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#1BCE2A (or 0x1BCE2A) is known color: Lime Green. HEX triplet: 1B, CE and 2A. RGB value is (27,206,42). Sum of RGB (Red+Green+Blue) = 27+206+42=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 206 (80.86% from 255 or 74.91% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCE2A is #E431D5. Grayscale: #868686. Windows color (decimal): -14954966 or 2805275. OLE color: 2805275.

HSL color Cylindrical-coordinate representation of color #1BCE2A: hue angle of 125.03º degrees, saturation: 0.77, 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 #1BCE2A is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 206 42 -
CMYK 0.87 0 0.80 0.19
HSL 125.03º 0.77% 0.46% -
HSV(B) 125.03º 0.87% 0.81% -
XYZ 22.94 44.54 9.58 -
YUV 133.78 76.2 51.84 -
System Red Green Blue C M Y K H S L
Decimal 27 206 42 0.87 0 0.80 0.19 125.03 0.77 0.46
Hex 1B CE 2A 57 0 50 13 7D 4D 2E
Octal 33 316 52 127 0 120 23 175 115 56
Binary 11011 11001110 101010 1010111 0 1010000 10011 1111101 1001101 101110

Color Harmonies of #1BCE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCE2A

Black with #1BCE2A

Text Example


Text Example

White with #1BCE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,206,42); }

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

background-color css

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

 a { background-color: rgb(27,206,42); }

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

border-color css

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

 span { border-color: rgb(27,206,42); }

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