Html Css Color HEX #6DCF27 Lima

📋 copy color: '#6DCF27'

red 109 ◦ green 207 ◦ blue 39

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

Shades of Lima #6DCF27

Tints of Lima #6DCF27

RGB

 RED value IS 109 (42.97% from 255) = 30.7%

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

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 30.7%
G = 58.31%
B = 10.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#6DCF27 (or 0x6DCF27) is known color: Lima. HEX triplet: 6D, CF and 27. RGB value is (109,207,39). Sum of RGB (Red+Green+Blue) = 109+207+39=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCF27 is #9230D8. Grayscale: #9F9F9F. Windows color (decimal): -9580761 or 2609005. OLE color: 2609005.

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

Color convert

RGB 109 207 39 -
CMYK 0.47 0 0.81 0.19
HSL 95º 0.68% 0.48% -
HSV(B) 95º 0.81% 0.81% -
XYZ 28.99 48.02 9.66 -
YUV 158.55 60.53 92.66 -
System Red Green Blue C M Y K H S L
Decimal 109 207 39 0.47 0 0.81 0.19 95 0.68 0.48
Hex 6D CF 27 2F 0 51 13 5F 44 30
Octal 155 317 47 57 0 121 23 137 104 60
Binary 1101101 11001111 100111 101111 0 1010001 10011 1011111 1000100 110000

Color Harmonies of #6DCF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCF27

Black with #6DCF27

Text Example


Text Example

White with #6DCF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,207,39); }

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

background-color css

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

 a { background-color: rgb(109,207,39); }

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

border-color css

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

 span { border-color: rgb(109,207,39); }

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