Html Css Color HEX #CFFB03 Electric Lime

📋 copy color: '#CFFB03'

red 207 ◦ green 251 ◦ blue 3

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

Shades of Electric Lime #CFFB03

Tints of Electric Lime #CFFB03

RGB

 RED value IS 207 (81.25% from 255) = 44.9%

 GREEN value IS 251 (98.44% from 255) = 54.45%

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 44.9%
G = 54.45%
B = 0.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#CFFB03 (or 0xCFFB03) is known color: Electric Lime. HEX triplet: CF, FB and 03. RGB value is (207,251,3). Sum of RGB (Red+Green+Blue) = 207+251+3=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 251 (98.44% from 255 or 54.45% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFB03 is #3004FC. Grayscale: #D2D2D2. Windows color (decimal): -3147005 or 261071. OLE color: 261071.

HSL color Cylindrical-coordinate representation of color #CFFB03: hue angle of 70.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFFB03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 251 3 -
CMYK 0.18 0 0.99 0.02
HSL 70.65º 0.98% 0.5% -
HSV(B) 70.65º 0.99% 0.98% -
XYZ 60.25 82.27 12.79 -
YUV 209.57 11.42 126.17 -
System Red Green Blue C M Y K H S L
Decimal 207 251 3 0.18 0 0.99 0.02 70.65 0.98 0.5
Hex CF FB 3 12 0 63 2 47 62 32
Octal 317 373 3 22 0 143 2 107 142 62
Binary 11001111 11111011 11 10010 0 1100011 10 1000111 1100010 110010

Color Harmonies of #CFFB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFB03

Black with #CFFB03

Text Example


Text Example

White with #CFFB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFB03; }

 p { color: rgb(207,251,3); }

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

background-color css

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

 a { background-color: rgb(207,251,3); }

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

border-color css

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

 span { border-color: rgb(207,251,3); }

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