Html Css Color HEX #1BCF34 Lime Green

📋 copy color: '#1BCF34'

red 27 ◦ green 207 ◦ blue 52

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

Shades of Lime Green #1BCF34

Tints of Lime Green #1BCF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 9.44%
G = 72.38%
B = 18.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#1BCF34 (or 0x1BCF34) is known color: Lime Green. HEX triplet: 1B, CF and 34. RGB value is (27,207,52). Sum of RGB (Red+Green+Blue) = 27+207+52=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 207 (81.25% from 255 or 72.38% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCF34 is #E430CB. Grayscale: #878787. Windows color (decimal): -14954700 or 3460891. OLE color: 3460891.

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

Color convert

RGB 27 207 52 -
CMYK 0.87 0 0.75 0.19
HSL 128.33º 0.77% 0.46% -
HSV(B) 128.33º 0.87% 0.81% -
XYZ 23.38 45.11 10.72 -
YUV 135.51 80.87 50.6 -
System Red Green Blue C M Y K H S L
Decimal 27 207 52 0.87 0 0.75 0.19 128.33 0.77 0.46
Hex 1B CF 34 57 0 4B 13 80 4D 2E
Octal 33 317 64 127 0 113 23 200 115 56
Binary 11011 11001111 110100 1010111 0 1001011 10011 10000000 1001101 101110

Color Harmonies of #1BCF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCF34

Black with #1BCF34

Text Example


Text Example

White with #1BCF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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