Html Css Color HEX #42BF25 Kelly Green

📋 copy color: '#42BF25'

red 66 ◦ green 191 ◦ blue 37

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

Shades of Kelly Green #42BF25

Tints of Kelly Green #42BF25

RGB

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

 GREEN value IS 191 (75% from 255) = 64.97%

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

R = 22.45%
G = 64.97%
B = 12.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#42BF25 (or 0x42BF25) is known color: Kelly Green. HEX triplet: 42, BF and 25. RGB value is (66,191,37). Sum of RGB (Red+Green+Blue) = 66+191+37=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF25 is #BD40DA. Grayscale: #888888. Windows color (decimal): -12402907 or 2473794. OLE color: 2473794.

HSL color Cylindrical-coordinate representation of color #42BF25: hue angle of 108.7º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42BF25 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 37 -
CMYK 0.65 0 0.81 0.25
HSL 108.7º 0.68% 0.45% -
HSV(B) 108.7º 0.81% 0.75% -
XYZ 21.21 38.55 8.07 -
YUV 136.07 72.09 78.02 -
System Red Green Blue C M Y K H S L
Decimal 66 191 37 0.65 0 0.81 0.25 108.7 0.68 0.45
Hex 42 BF 25 41 0 51 19 6D 44 2D
Octal 102 277 45 101 0 121 31 155 104 55
Binary 1000010 10111111 100101 1000001 0 1010001 11001 1101101 1000100 101101

Color Harmonies of #42BF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF25

Black with #42BF25

Text Example


Text Example

White with #42BF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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