Html Css Color HEX #42BF23 Kelly Green

📋 copy color: '#42BF23'

red 66 ◦ green 191 ◦ blue 35

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

Shades of Kelly Green #42BF23

Tints of Kelly Green #42BF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 22.6%
G = 65.41%
B = 11.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#42BF23 (or 0x42BF23) is known color: Kelly Green. HEX triplet: 42, BF and 23. RGB value is (66,191,35). Sum of RGB (Red+Green+Blue) = 66+191+35=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF23 is #BD40DC. Grayscale: #888888. Windows color (decimal): -12402909 or 2342722. OLE color: 2342722.

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

Color convert

RGB 66 191 35 -
CMYK 0.65 0 0.82 0.25
HSL 108.08º 0.69% 0.44% -
HSV(B) 108.08º 0.82% 0.75% -
XYZ 21.18 38.54 7.91 -
YUV 135.84 71.09 78.18 -
System Red Green Blue C M Y K H S L
Decimal 66 191 35 0.65 0 0.82 0.25 108.08 0.69 0.44
Hex 42 BF 23 41 0 52 19 6C 45 2C
Octal 102 277 43 101 0 122 31 154 105 54
Binary 1000010 10111111 100011 1000001 0 1010010 11001 1101100 1000101 101100

Color Harmonies of #42BF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF23

Black with #42BF23

Text Example


Text Example

White with #42BF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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