Html Css Color HEX #CFF300 Electric Lime

📋 copy color: '#CFF300'

red 207 ◦ green 243 ◦ blue 0

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

Shades of Electric Lime #CFF300

Tints of Electric Lime #CFF300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46%
G = 54%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#CFF300 (or 0xCFF300) is known color: Electric Lime. HEX triplet: CF, F3 and 00. RGB value is (207,243,0). Sum of RGB (Red+Green+Blue) = 207+243+0=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF300 is #300CFF. Grayscale: #CDCDCD. Windows color (decimal): -3149056 or 62415. OLE color: 62415.

HSL color Cylindrical-coordinate representation of color #CFF300: hue angle of 68.89º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFF300 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 243 0 -
CMYK 0.15 0 1 0.05
HSL 68.89º 1% 0.48% -
HSV(B) 68.89º 1% 0.95% -
XYZ 57.78 77.37 11.89 -
YUV 204.53 12.57 129.76 -
System Red Green Blue C M Y K H S L
Decimal 207 243 0 0.15 0 1 0.05 68.89 1 0.48
Hex CF F3 0 F 0 64 5 45 64 30
Octal 317 363 0 17 0 144 5 105 144 60
Binary 11001111 11110011 0 1111 0 1100100 101 1000101 1100100 110000

Color Harmonies of #CFF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF300

Black with #CFF300

Text Example


Text Example

White with #CFF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF300; }

 p { color: rgb(207,243,0); }

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

background-color css

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

 a { background-color: rgb(207,243,0); }

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

border-color css

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

 span { border-color: rgb(207,243,0); }

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