Html Css Color HEX #6FCA26 Lima

📋 copy color: '#6FCA26'

red 111 ◦ green 202 ◦ blue 38

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

Shades of Lima #6FCA26

Tints of Lima #6FCA26

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.55%

 BLUE value IS 38 (15.23% from 255) = 10.83%

R = 31.62%
G = 57.55%
B = 10.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#6FCA26 (or 0x6FCA26) is known color: Lima. HEX triplet: 6F, CA and 26. RGB value is (111,202,38). Sum of RGB (Red+Green+Blue) = 111+202+38=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA26 is #9035D9. Grayscale: #9C9C9C. Windows color (decimal): -9450970 or 2542191. OLE color: 2542191.

HSL color Cylindrical-coordinate representation of color #6FCA26: hue angle of 93.29º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6FCA26 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 38 -
CMYK 0.45 0 0.81 0.21
HSL 93.29º 0.68% 0.47% -
HSV(B) 93.29º 0.81% 0.79% -
XYZ 28.03 45.76 9.19 -
YUV 156.1 61.35 95.84 -
System Red Green Blue C M Y K H S L
Decimal 111 202 38 0.45 0 0.81 0.21 93.29 0.68 0.47
Hex 6F CA 26 2D 0 51 15 5D 44 2F
Octal 157 312 46 55 0 121 25 135 104 57
Binary 1101111 11001010 100110 101101 0 1010001 10101 1011101 1000100 101111

Color Harmonies of #6FCA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCA26

Black with #6FCA26

Text Example


Text Example

White with #6FCA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,202,38); }

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

background-color css

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

 a { background-color: rgb(111,202,38); }

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

border-color css

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

 span { border-color: rgb(111,202,38); }

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