Html Css Color HEX #1BCF1B Lime Green

📋 copy color: '#1BCF1B'

red 27 ◦ green 207 ◦ blue 27

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

Shades of Lime Green #1BCF1B

Tints of Lime Green #1BCF1B

RGB

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

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

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

R = 10.34%
G = 79.31%
B = 10.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#1BCF1B (or 0x1BCF1B) is known color: Lime Green. HEX triplet: 1B, CF and 1B. RGB value is (27,207,27). Sum of RGB (Red+Green+Blue) = 27+207+27=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCF1B is #E430E4. Grayscale: #858585. Windows color (decimal): -14954725 or 1822491. OLE color: 1822491.

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

Color convert

RGB 27 207 27 -
CMYK 0.87 0 0.87 0.19
HSL 120º 0.77% 0.46% -
HSV(B) 120º 0.87% 0.81% -
XYZ 22.96 44.94 8.5 -
YUV 132.66 68.37 52.64 -
System Red Green Blue C M Y K H S L
Decimal 27 207 27 0.87 0 0.87 0.19 120 0.77 0.46
Hex 1B CF 1B 57 0 57 13 78 4D 2E
Octal 33 317 33 127 0 127 23 170 115 56
Binary 11011 11001111 11011 1010111 0 1010111 10011 1111000 1001101 101110

Color Harmonies of #1BCF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCF1B

Black with #1BCF1B

Text Example


Text Example

White with #1BCF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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