Html Css Color HEX #1BCF1E Lime Green

📋 copy color: '#1BCF1E'

red 27 ◦ green 207 ◦ blue 30

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

Shades of Lime Green #1BCF1E

Tints of Lime Green #1BCF1E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 78.41%

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 10.23%
G = 78.41%
B = 11.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#1BCF1E (or 0x1BCF1E) is known color: Lime Green. HEX triplet: 1B, CF and 1E. RGB value is (27,207,30). Sum of RGB (Red+Green+Blue) = 27+207+30=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 207 (81.25% from 255 or 78.41% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCF1E is #E430E1. Grayscale: #858585. Windows color (decimal): -14954722 or 2019099. OLE color: 2019099.

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

Color convert

RGB 27 207 30 -
CMYK 0.87 0 0.86 0.19
HSL 121º 0.77% 0.46% -
HSV(B) 121º 0.87% 0.81% -
XYZ 23 44.95 8.69 -
YUV 133 69.87 52.39 -
System Red Green Blue C M Y K H S L
Decimal 27 207 30 0.87 0 0.86 0.19 121 0.77 0.46
Hex 1B CF 1E 57 0 56 13 79 4D 2E
Octal 33 317 36 127 0 126 23 171 115 56
Binary 11011 11001111 11110 1010111 0 1010110 10011 1111001 1001101 101110

Color Harmonies of #1BCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCF1E

Black with #1BCF1E

Text Example


Text Example

White with #1BCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,207,30); }

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

background-color css

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

 a { background-color: rgb(27,207,30); }

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

border-color css

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

 span { border-color: rgb(27,207,30); }

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