Html Css Color HEX #1BCF07 Free Speech Green

📋 copy color: '#1BCF07'

red 27 ◦ green 207 ◦ blue 7

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

Shades of Free Speech Green #1BCF07

Tints of Free Speech Green #1BCF07

RGB

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

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

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

R = 11.2%
G = 85.89%
B = 2.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#1BCF07 (or 0x1BCF07) is known color: Free Speech Green. HEX triplet: 1B, CF and 07. RGB value is (27,207,7). Sum of RGB (Red+Green+Blue) = 27+207+7=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 207 (81.25% from 255 or 85.89% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCF07 is #E430F8. Grayscale: #838383. Windows color (decimal): -14954745 or 511771. OLE color: 511771.

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

Color convert

RGB 27 207 7 -
CMYK 0.87 0 0.97 0.19
HSL 114º 0.93% 0.42% -
HSV(B) 114º 0.97% 0.81% -
XYZ 22.8 44.87 7.66 -
YUV 130.38 58.37 54.26 -
System Red Green Blue C M Y K H S L
Decimal 27 207 7 0.87 0 0.97 0.19 114 0.93 0.42
Hex 1B CF 7 57 0 61 13 72 5D 2A
Octal 33 317 7 127 0 141 23 162 135 52
Binary 11011 11001111 111 1010111 0 1100001 10011 1110010 1011101 101010

Color Harmonies of #1BCF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCF07

Black with #1BCF07

Text Example


Text Example

White with #1BCF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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