Html Css Color HEX #CBF314 Electric Lime

📋 copy color: '#CBF314'

red 203 ◦ green 243 ◦ blue 20

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

Shades of Electric Lime #CBF314

Tints of Electric Lime #CBF314

RGB

 RED value IS 203 (79.69% from 255) = 43.56%

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

 BLUE value IS 20 (8.2% from 255) = 4.29%

R = 43.56%
G = 52.15%
B = 4.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#CBF314 (or 0xCBF314) is known color: Electric Lime. HEX triplet: CB, F3 and 14. RGB value is (203,243,20). Sum of RGB (Red+Green+Blue) = 203+243+20=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF314 is #340CEB. Grayscale: #CECECE. Windows color (decimal): -3411180 or 1373131. OLE color: 1373131.

HSL color Cylindrical-coordinate representation of color #CBF314: hue angle of 70.76º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBF314 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 243 20 -
CMYK 0.16 0 0.92 0.05
HSL 70.76º 0.9% 0.52% -
HSV(B) 70.76º 0.92% 0.95% -
XYZ 56.81 76.85 12.5 -
YUV 205.62 23.25 126.13 -
System Red Green Blue C M Y K H S L
Decimal 203 243 20 0.16 0 0.92 0.05 70.76 0.9 0.52
Hex CB F3 14 10 0 5C 5 47 5A 34
Octal 313 363 24 20 0 134 5 107 132 64
Binary 11001011 11110011 10100 10000 0 1011100 101 1000111 1011010 110100

Color Harmonies of #CBF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF314

Black with #CBF314

Text Example


Text Example

White with #CBF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF314; }

 p { color: rgb(203,243,20); }

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

background-color css

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

 a { background-color: rgb(203,243,20); }

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

border-color css

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

 span { border-color: rgb(203,243,20); }

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