Html Css Color HEX #1BCD07 Lime Green

📋 copy color: '#1BCD07'

red 27 ◦ green 205 ◦ blue 7

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

Shades of Lime Green #1BCD07

Tints of Lime Green #1BCD07

RGB

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

 GREEN value IS 205 (80.47% from 255) = 85.77%

 BLUE value IS 7 (3.13% from 255) = 2.93%

R = 11.3%
G = 85.77%
B = 2.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#1BCD07 (or 0x1BCD07) is known color: Lime Green. HEX triplet: 1B, CD and 07. RGB value is (27,205,7). Sum of RGB (Red+Green+Blue) = 27+205+7=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 205 (80.47% from 255 or 85.77% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCD07 is #E432F8. Grayscale: #818181. Windows color (decimal): -14955257 or 511259. OLE color: 511259.

HSL color Cylindrical-coordinate representation of color #1BCD07: hue angle of 113.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BCD07 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 27 205 7 -
CMYK 0.87 0 0.97 0.20
HSL 113.94º 0.93% 0.42% -
HSV(B) 113.94º 0.97% 0.8% -
XYZ 22.32 43.91 7.5 -
YUV 129.21 59.03 55.1 -
System Red Green Blue C M Y K H S L
Decimal 27 205 7 0.87 0 0.97 0.20 113.94 0.93 0.42
Hex 1B CD 7 57 0 61 14 72 5D 2A
Octal 33 315 7 127 0 141 24 162 135 52
Binary 11011 11001101 111 1010111 0 1100001 10100 1110010 1011101 101010

Color Harmonies of #1BCD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCD07

Black with #1BCD07

Text Example


Text Example

White with #1BCD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,205,7); }

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

background-color css

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

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

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

border-color css

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

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

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