Html Css Color HEX #6FB630 Lima

📋 copy color: '#6FB630'

red 111 ◦ green 182 ◦ blue 48

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

Shades of Lima #6FB630

Tints of Lima #6FB630

RGB

 RED value IS 111 (43.75% from 255) = 32.55%

 GREEN value IS 182 (71.48% from 255) = 53.37%

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 32.55%
G = 53.37%
B = 14.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#6FB630 (or 0x6FB630) is known color: Lima. HEX triplet: 6F, B6 and 30. RGB value is (111,182,48). Sum of RGB (Red+Green+Blue) = 111+182+48=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB630 is #9049CF. Grayscale: #919191. Windows color (decimal): -9456080 or 3192431. OLE color: 3192431.

HSL color Cylindrical-coordinate representation of color #6FB630: hue angle of 91.79º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6FB630 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 182 48 -
CMYK 0.39 0 0.74 0.29
HSL 91.79º 0.58% 0.45% -
HSV(B) 91.79º 0.74% 0.71% -
XYZ 23.82 37.05 8.69 -
YUV 145.5 72.98 103.4 -
System Red Green Blue C M Y K H S L
Decimal 111 182 48 0.39 0 0.74 0.29 91.79 0.58 0.45
Hex 6F B6 30 27 0 4A 1D 5C 3A 2D
Octal 157 266 60 47 0 112 35 134 72 55
Binary 1101111 10110110 110000 100111 0 1001010 11101 1011100 111010 101101

Color Harmonies of #6FB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB630

Black with #6FB630

Text Example


Text Example

White with #6FB630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FB630; }

 p { color: rgb(111,182,48); }

 H1.HeaderClassName
 {
   color: #6FB630;
 }
 .AnyTagClassName
 {
   color: #6FB630;
 }
</style>

background-color css

<style>
 a { background-color: #6FB630; }

 a { background-color: rgb(111,182,48); }

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

border-color css

<style>
 span { border-color: #6FB630; }

 span { border-color: rgb(111,182,48); }

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