Html Css Color HEX #42BC25 Kelly Green

📋 copy color: '#42BC25'

red 66 ◦ green 188 ◦ blue 37

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

Shades of Kelly Green #42BC25

Tints of Kelly Green #42BC25

RGB

 RED value IS 66 (26.17% from 255) = 22.68%

 GREEN value IS 188 (73.83% from 255) = 64.6%

 BLUE value IS 37 (14.84% from 255) = 12.71%

R = 22.68%
G = 64.6%
B = 12.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#42BC25 (or 0x42BC25) is known color: Kelly Green. HEX triplet: 42, BC and 25. RGB value is (66,188,37). Sum of RGB (Red+Green+Blue) = 66+188+37=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC25 is #BD43DA. Grayscale: #868686. Windows color (decimal): -12403675 or 2473026. OLE color: 2473026.

HSL color Cylindrical-coordinate representation of color #42BC25: hue angle of 108.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42BC25 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 188 37 -
CMYK 0.65 0 0.80 0.26
HSL 108.48º 0.67% 0.44% -
HSV(B) 108.48º 0.8% 0.74% -
XYZ 20.56 37.26 7.86 -
YUV 134.31 73.08 79.28 -
System Red Green Blue C M Y K H S L
Decimal 66 188 37 0.65 0 0.80 0.26 108.48 0.67 0.44
Hex 42 BC 25 41 0 50 1A 6C 43 2C
Octal 102 274 45 101 0 120 32 154 103 54
Binary 1000010 10111100 100101 1000001 0 1010000 11010 1101100 1000011 101100

Color Harmonies of #42BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC25

Black with #42BC25

Text Example


Text Example

White with #42BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42BC25; }

 p { color: rgb(66,188,37); }

 H1.HeaderClassName
 {
   color: #42BC25;
 }
 .AnyTagClassName
 {
   color: #42BC25;
 }
</style>

background-color css

<style>
 a { background-color: #42BC25; }

 a { background-color: rgb(66,188,37); }

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

border-color css

<style>
 span { border-color: #42BC25; }

 span { border-color: rgb(66,188,37); }

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