Html Css Color HEX #7FB233 Lima

📋 copy color: '#7FB233'

red 127 ◦ green 178 ◦ blue 51

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

Shades of Lima #7FB233

Tints of Lima #7FB233

RGB

 RED value IS 127 (50% from 255) = 35.67%

 GREEN value IS 178 (69.92% from 255) = 50%

 BLUE value IS 51 (20.31% from 255) = 14.33%

R = 35.67%
G = 50%
B = 14.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#7FB233 (or 0x7FB233) is known color: Lima. HEX triplet: 7F, B2 and 33. RGB value is (127,178,51). Sum of RGB (Red+Green+Blue) = 127+178+51=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB233 is #804DCC. Grayscale: #949494. Windows color (decimal): -8408525 or 3388031. OLE color: 3388031.

HSL color Cylindrical-coordinate representation of color #7FB233: hue angle of 84.09º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FB233 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 178 51 -
CMYK 0.29 0 0.71 0.30
HSL 84.09º 0.55% 0.45% -
HSV(B) 84.09º 0.71% 0.7% -
XYZ 25.27 36.59 8.86 -
YUV 148.27 73.1 112.83 -
System Red Green Blue C M Y K H S L
Decimal 127 178 51 0.29 0 0.71 0.30 84.09 0.55 0.45
Hex 7F B2 33 1D 0 47 1E 54 37 2D
Octal 177 262 63 35 0 107 36 124 67 55
Binary 1111111 10110010 110011 11101 0 1000111 11110 1010100 110111 101101

Color Harmonies of #7FB233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB233

Black with #7FB233

Text Example


Text Example

White with #7FB233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB233; }

 p { color: rgb(127,178,51); }

 H1.HeaderClassName
 {
   color: #7FB233;
 }
 .AnyTagClassName
 {
   color: #7FB233;
 }
</style>

background-color css

<style>
 a { background-color: #7FB233; }

 a { background-color: rgb(127,178,51); }

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

border-color css

<style>
 span { border-color: #7FB233; }

 span { border-color: rgb(127,178,51); }

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