Html Css Color HEX #CFFF0D Electric Lime

📋 copy color: '#CFFF0D'

red 207 ◦ green 255 ◦ blue 13

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

Shades of Electric Lime #CFFF0D

Tints of Electric Lime #CFFF0D

RGB

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

 GREEN value IS 255 (100% from 255) = 53.68%

 BLUE value IS 13 (5.47% from 255) = 2.74%

R = 43.58%
G = 53.68%
B = 2.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#CFFF0D (or 0xCFFF0D) is known color: Electric Lime. HEX triplet: CF, FF and 0D. RGB value is (207,255,13). Sum of RGB (Red+Green+Blue) = 207+255+13=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF0D is #3000F2. Grayscale: #D5D5D5. Windows color (decimal): -3145971 or 917455. OLE color: 917455.

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

Color convert

RGB 207 255 13 -
CMYK 0.19 0 0.95 0
HSL 71.9º 1% 0.53% -
HSV(B) 71.9º 0.95% 1% -
XYZ 61.56 84.81 13.51 -
YUV 213.06 15.1 123.68 -
System Red Green Blue C M Y K H S L
Decimal 207 255 13 0.19 0 0.95 0 71.9 1 0.53
Hex CF FF D 13 0 5F 0 48 64 35
Octal 317 377 15 23 0 137 0 110 144 65
Binary 11001111 11111111 1101 10011 0 1011111 0 1001000 1100100 110101

Color Harmonies of #CFFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFF0D

Black with #CFFF0D

Text Example


Text Example

White with #CFFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFF0D; }

 p { color: rgb(207,255,13); }

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

background-color css

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

 a { background-color: rgb(207,255,13); }

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

border-color css

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

 span { border-color: rgb(207,255,13); }

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