Html Css Color HEX #02FE69 Spring Green

📋 copy color: '#02FE69'

red 2 ◦ green 254 ◦ blue 105

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

Shades of Spring Green #02FE69

Tints of Spring Green #02FE69

RGB

 RED value IS 2 (1.17% from 255) = 0.55%

 GREEN value IS 254 (99.61% from 255) = 70.36%

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 0.55%
G = 70.36%
B = 29.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#02FE69 (or 0x02FE69) is known color: Spring Green. HEX triplet: 02, FE and 69. RGB value is (2,254,105). Sum of RGB (Red+Green+Blue) = 2+254+105=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 254 (99.61% from 255 or 70.36% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FE69 is #FD0196. Grayscale: #A2A2A2. Windows color (decimal): -16581015 or 6946306. OLE color: 6946306.

HSL color Cylindrical-coordinate representation of color #02FE69: hue angle of 144.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FE69 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 2 254 105 -
CMYK 0.99 0 0.59 0.00
HSL 144.52º 0.99% 0.5% -
HSV(B) 144.52º 0.99% 1% -
XYZ 38.02 71.92 25.24 -
YUV 161.67 96.01 14.12 -
System Red Green Blue C M Y K H S L
Decimal 2 254 105 0.99 0 0.59 0.00 144.52 0.99 0.5
Hex 2 FE 69 63 0 3B 0 91 63 32
Octal 2 376 151 143 0 73 0 221 143 62
Binary 10 11111110 1101001 1100011 0 111011 0 10010001 1100011 110010

Color Harmonies of #02FE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FE69

Black with #02FE69

Text Example


Text Example

White with #02FE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02FE69; }

 p { color: rgb(2,254,105); }

 H1.HeaderClassName
 {
   color: #02FE69;
 }
 .AnyTagClassName
 {
   color: #02FE69;
 }
</style>

background-color css

<style>
 a { background-color: #02FE69; }

 a { background-color: rgb(2,254,105); }

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

border-color css

<style>
 span { border-color: #02FE69; }

 span { border-color: rgb(2,254,105); }

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